GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-02T15:56:08.822987+00:00",
"SubmitDate": "2026-03-02T15:56:08.822987+00:00",
"ReportPeriodStart": "2026-03-02T15:56:08.822987+00:00",
"ReportPeriodEnd": "2026-03-02T15:56:08.822987+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "66d9d0a0-a763-4848-82a9-0029c27b660d",
"Rows": [
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "66d9d0a0-a763-4848-82a9-0029c27b660d",
"Rows": [
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"444a6a36-b304-49e9-91b6-a53497bb2c5a",
"12a34741-55fb-4e5f-a68b-a9c03d187021"
],
"Approvers": [
"f6221936-92b4-42bf-9efe-b7fb8785dd08",
"7adb5a01-c0be-4b6b-8415-6871ef8e64bc"
],
"ApprovedBy": "0fd97359-221d-4251-9513-e13f00c53004",
"ApprovalDate": "2026-03-02T15:56:08.822987+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8cbbdcb5-d36d-4592-94b6-9c3269bda000",
"id": "400657db-f55e-41f9-a98f-fcf1e6b70fec",
"ConfigId": "4207d988-8cf2-4414-b1f9-1a009cb4974a"
},
{
"GenerationDate": "2026-03-02T15:56:08.822987+00:00",
"SubmitDate": "2026-03-02T15:56:08.822987+00:00",
"ReportPeriodStart": "2026-03-02T15:56:08.822987+00:00",
"ReportPeriodEnd": "2026-03-02T15:56:08.822987+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "66d9d0a0-a763-4848-82a9-0029c27b660d",
"Rows": [
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "66d9d0a0-a763-4848-82a9-0029c27b660d",
"Rows": [
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f1cf8634-6abf-4fc3-9cc2-f4c6701989bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"444a6a36-b304-49e9-91b6-a53497bb2c5a",
"12a34741-55fb-4e5f-a68b-a9c03d187021"
],
"Approvers": [
"f6221936-92b4-42bf-9efe-b7fb8785dd08",
"7adb5a01-c0be-4b6b-8415-6871ef8e64bc"
],
"ApprovedBy": "0fd97359-221d-4251-9513-e13f00c53004",
"ApprovalDate": "2026-03-02T15:56:08.822987+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8cbbdcb5-d36d-4592-94b6-9c3269bda000",
"id": "400657db-f55e-41f9-a98f-fcf1e6b70fec",
"ConfigId": "4207d988-8cf2-4414-b1f9-1a009cb4974a"
}
]